home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / ira_src / ira.readme < prev    next >
Text File  |  1999-02-03  |  1KB  |  29 lines

  1. SHORT: MC680x0 reass., new features added.
  2. TYPE: dev/asm
  3. UPLOADER: ruehsen@ifm.uni-hamburg.de
  4.  
  5.  
  6. IRA103 is version V1.03 of my ReAssembler. Reassembler means that IRA translates
  7. any executable or binary file into an assembler sourcecode that might
  8. immediately be translated back by an assembler. E.g., you can do that with a
  9. debugging option. After that you can examine that program with any debugger.
  10. That's fine for finding and analysing viruses, repairing old programs, even
  11. optimising alien programs.
  12.  
  13. V1.03beta
  14.        o Text in DATA hunks is now recognised.
  15.        o Much better -TEXT=1 option.
  16.        o Removed the -TEXT=2 option.
  17.        o A stand-alone postprocessor for symbolizing library calls is added.
  18.          See irapost.doc.
  19.        o A new pass (PASS 0) is added for finding data in CODE hunks. It is
  20.          switched on by the new -PREPROC option.
  21.        o Symbol hunks are now processed and symbols inserted into the source.
  22.        o Resident structures are searched for and extra symbols set. That means
  23.          .library and .device files are much better deassembled.
  24.        o The new command-line option -CONFIG is added. Coming up with this is
  25.          a an edible .cnf file.
  26.  
  27.  
  28.               Tim Ruehsen.
  29.